home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 July / WPCJUL98.ISO / DXRS / BUYERS07.DXR / acrobat loader_36_AcroBrowsein.ls < prev    next >
Encoding:
Text File  |  1998-05-11  |  394 b   |  15 lines

  1. on mouseUp
  2.   global DriveLtr, WARNINGenteringframe, frameThatCalledPDFReview
  3.   openXLib("fileio")
  4.   set fioObj to fileio(mnew, "?read", EMPTY)
  5.   if not objectp(fioObj) then
  6.     return 
  7.   end if
  8.   put fioObj(mFileName)
  9.   set theFile to fioObj(mFileName)
  10.   set selectedfile to theFile
  11.   fioObj(mdispose)
  12.   launch(selectedfile, DriveLtr & "HANDSON\PCWHELP.PDF")
  13.   go(frameThatCalledPDFReview)
  14. end
  15.